Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
Student Photo Database
student-photo-database.r4.9 KB
8 Jun 2010
This example came from a question at: http://synapse-ehr.com/forums/showthread.php?95-Connecting-to-an-Excel-spreadsheet It's based on the card file example at: http://www.rebol.org/view-script.r?script=card-file.r&sid=iwmh5vi
author: nick
style-tooltip.r
style-tooltip.r
 documentation
v:1.0
2.9 KB
29 Nov 2004
Use in the simplest way the tooltip. This is a first intent it's a little bit deprecated and we have worked on a better way to generate and handle tooltips. I share this with you because I think this code have a good educationnal value and is a good point start if you are interested in tooltips avanced filnal version please visit http://rebol.agora-dev.org/ . Sample script [...]
author: Shadwolf, Boss, DideC
Supercalculator
supercalculator.rv:3.8.23
10.8 KB
21 Dec 2011
icon for supercalculator.rScientific calculator in Rebol!
author: Massimiliano Vessi
Supermastermind
supermastermind.rv:2.0.5
11.9 KB
4 Oct 2012
icon for supermastermind.rThe old clasic game Mastermind
author: Massimiliano Vessi
SVN Version
svn-version.rv:1.0.0
1.5 KB
4 Oct 2010
Retrieve the global revision number from a local SVN repository. This mimics the feature offered by the svnversion command-line tool See: http://svnbook.red-bean.com/en/1.1/re57.html This can be used in PREBOL (or other scripts preprocessors) to insert the SVN global revision number as a build version.
author: Nenad Rakocevic
Web Site Checker
site-check.rv:1.1.1
3.5 KB
11 Jun 2004
Scan a web site looking for missing pages, remote links, email links, etc. Helps you clean up sites.
author: Carl Sassenrath
Image Slicer
slice.rv:1.0.0
1.0 KB
13 Mar 2003
Slices an image into a set of sub-images and stores each as a local PNG file under its own name.
author: Carl Sassenrath
Recursively scan directory
scan-dir.r
 documentation
2.0 KB
9 Oct 2008
Scans a directory recursively and returns path to all files in a block. Allows file matching and a callback function per file.
author: Henrik Mikael Kristensen
Safe CGI data retriever
safe-cgi-data-read.r
 documentation
v:0.0.2
3.4 KB
22 Jun 2011
Safely retrieves CGI GET or POST data into a REBOL object.
author: Sunanda
Sammy's manager
samman.r12.8 KB
2 Jan 2012
To generate Sammy.js files using a dialect
author: [unknown]
Scientific Calculator
sci-calc.rv:0.9.4
1.7 KB
13 Mar 2003
For scientific calculations. Currently in beta, so dont use it to figure out critical information just yet.
author: Ryan S. Cole
SCRIM (Simple Console Rebol Instant Messenger)
scrim.rv:0.6.0
3.3 KB
13 Mar 2003
RIM for those without View
author: Ryan S. Cole
Script
script.rv:1.0.0
895 bytes
13 Mar 2003
Returns the script source code for a word.
author: Andrew Martin
SDL library interface
sdl-h.rv:0.8.1
131.3 KB
23 Sep 2012
Code to bind SDL shared library to Rebol.
author: Marco Antoniazzi
Search Center
search2.rv:1.2.2
3.5 KB
13 Mar 2003
Searches various places,such as Google, without having to go to their website .
author: Kevin Adams
Search Center
search.rv:1.2.1
3.5 KB
13 Mar 2003
Uses various resources for various searches without having to go to their website.
author: Kevin Adams
Network analyzer
surfnet-detective.rv:0.0.1
870 bytes
14 Jun 2010
Network analysis and problem detection
author: Gabriele Santilli
secure-clean-path
secure-clean-path.rv:1.0.1
11.2 KB
22 Oct 2005
Cleans up parent markers in a path, whilst restricting the output to a sandbox directory
author: anton rolls
Server object handler script
server.r5.1 KB
19 Oct 2004
This script will parse robot.txt files and store a hash! of forbidden paths. This is very useful for webbots or spiders of any kind (at least if obeying robot exclusion standards is desirable). I looked at the ht://dig package (http://www.htdig.org/) script that does the same thing as this script to see if I [...]
author: hy
SHA1 Message-Digest Algorithm
sha1.rv:1.0.0
5.3 KB
16 Dec 2012
Returns a sha1 message digest of an input string as a binary!
author: Marco Antoniazzi